home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-12-20 | 472 b | 26 lines | [TEXT/CWIE] |
- ///////////////////////////////////////////////////////////////////////////////
- //
- // This file is a BDIAMOND addition.
- //
-
- #include "CErrorControl.h"
-
- ///////////////////////////////////////////////////////////////////////////////
- //
- // CErrorControl::CErrorControl
- //
-
- CErrorControl::CErrorControl(void)
- {
- }
-
- ///////////////////////////////////////////////////////////////////////////////
- //
- // CErrorControl::~CErrorControl
- //
-
- CErrorControl::~CErrorControl(void)
- {
- }
-
-